]> Sergey Matveev's repositories - public-inbox.git/commit
spawnpp: raise exception on E2BIG errors
authorEric Wong <e@80x24.org>
Mon, 8 Feb 2021 09:05:21 +0000 (23:05 -1000)
committerEric Wong <e@80x24.org>
Mon, 8 Feb 2021 22:07:50 +0000 (22:07 +0000)
commit29e530f1c0694107ad25881a2c693c30783f85f1
tree5855eabccbdd1a8f5c2050ed52d49713f2be55df
parentecd4e2e20f1af200697e54c2a322a459cdf4c5fc
spawnpp: raise exception on E2BIG errors

This matches the Inline::C version, and lets us test
argv overflow with $search->query_argv_to_string;
lib/PublicInbox/SpawnPP.pm
t/search.t