summary refs log tree commit diff
path: root/service.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-08-17 16:19:29 -0400
committerJune McEnroe <june@causal.agency>2020-08-17 16:21:34 -0400
commitebd44fb60618ce60fe269bfd3d1443db9cd8a362 (patch)
tree336aa0548fc86e428562da9e58cfba44d10442f0 /service.c
parentUse a non-blocking lock on the PID file (diff)
downloadcatsit-ebd44fb60618ce60fe269bfd3d1443db9cd8a362.tar.gz
catsit-ebd44fb60618ce60fe269bfd3d1443db9cd8a362.zip
Use a separate fd for the fake fifo writer
From OpenBSD open(2):

> A FIFO should either be opened with O_RDONLY or with O_WRONLY.  The
> behavior for opening a FIFO with O_RDWR is undefined.
Diffstat (limited to 'service.c')
0 files changed, 0 insertions, 0 deletions
>ui-log: ban strcpy()Christian Hesse 2018-09-11parsing: ban sprintf()Christian Hesse 2018-09-11parsing: ban strncpy()Christian Hesse 2018-08-28filters: generate anchor links from markdownChristian Hesse 2018-08-03Bump version.Jason A. Donenfeld 2018-08-03clone: fix directory traversalJason A. Donenfeld 2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev