[PR gdb/28369] Use get_shell on gdb/ser-pipe.c
authorSergio Durigan Junior <sergiodj@sergiodj.net>
Sat, 25 Sep 2021 21:27:23 +0000 (17:27 -0400)
committerSergio Durigan Junior <sergiodj@sergiodj.net>
Thu, 30 Sep 2021 22:19:10 +0000 (18:19 -0400)
commit906e2b7664c5becfa3e10717a7d530e87fdab4ec
tree24d35fbeb7356183990284daa497056ffcd0b144
parente4860c08f990675c9b3535ab18cc7ff21e2a5639
[PR gdb/28369] Use get_shell on gdb/ser-pipe.c

PR gdb/28369 reports that gdb/ser-pipe.c has an 'execl' function call
with a hard-coded "/bin/sh" as its argument.  We've had 'get_shell'
for a while now, which is conscious about the SHELL environment and a
better alternative to always calling "/bin/sh".

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=28369
gdb/ser-pipe.c