Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
libpipeline - A pipeline manipulation library
- Description:
libpipeline is a C library for setting up and running pipelines of
processes, without needing to involve shell command-line parsing which is
often error-prone and insecure. This alleviates programmers of the need to
laboriously construct pipelines using lower-level primitives such as fork(2)
and execve(2).
Packages
libpipeline-1.2.2-2.fc18.x86_64
[51 KiB] |
Changelog
by Peter Schiffer (2012-11-30):
- resolves: #876108
fixed size_t underflow in pipeline_readline() function
|