Fixed a potential buffer overflow in do_nb_command().
commit31ac4eb74b8010743b99b19b8d030e190488ab45
authorBen Kibbey <bjk@luxsci.net>
Sat, 28 Mar 2009 16:10:40 +0000 (28 12:10 -0400)
committerBen Kibbey <bjk@luxsci.net>
Sat, 28 Mar 2009 16:10:40 +0000 (28 12:10 -0400)
tree0d55db2e62d872f0b9e10dacc6c7dac6f876c0bc
parentab9e4cd6764b0ca1017c393097355c3df3ad974e
Fixed a potential buffer overflow in do_nb_command().

Use dynamic memory allocation in strings that are ASSUAN_LINELENGTH
long.
src/libpwmd.c