]> sigrok.org Git - libserialport.git/commit
Use O_CLOEXEC where available
authorChristian Seiler <redacted>
Sun, 15 Oct 2017 17:28:05 +0000 (19:28 +0200)
committerUwe Hermann <redacted>
Sat, 4 Jan 2020 17:21:35 +0000 (18:21 +0100)
commitfa106ef155a8b18e1dc87ccc6d4cf102068fe114
tree3a2d2823cddc7bc86c5904db82229c962757a232
parentbd0fb6094f3b3cf7368bb17b09e30dd3408f9eae
Use O_CLOEXEC where available

Ensures that the file descriptor is (by default) not passed to
subprocesses spawned by applications using libserialport.

This fixes bug #1051.
libserialport_internal.h
linux.c
serialport.c