Files
systemd/src/journal
Ankit Jain 2eaf435a16 journal-send: Fix the limitation of LINE_MAX
- If length of formatted string >= LONG_LINE_MAX then return -ENOBUFS
- Normal Case:
  - length of formatted string < POSIX defined LINE_MAX
  - Allocate sbuf to accomodate the message
- Rare case:
  - LINE_MAX < length of formatted string < LONG_LINE_MAX
  - Allocate the required length using alloca()
2020-05-14 17:15:34 +00:00
..
2019-11-18 15:14:43 +01:00
2019-03-28 19:59:56 +01:00
2020-02-03 10:00:50 +01:00
2020-04-13 09:31:49 +02:00