File: ergo_release_notes_3_8_1.txt

package info (click to toggle)
ergo 3.8.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 17,568 kB
  • sloc: cpp: 94,763; ansic: 17,785; sh: 10,701; makefile: 1,403; yacc: 127; lex: 116; awk: 23
file content (11 lines) | stat: -rw-r--r-- 542 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
===================================================
Ergo version 3.8.1 release notes, 2023-07-14
===================================================

The following changes were made compared to the previous version:

- Fixed a bug in grid_get_fname() where a too small buffer was
  allocated. This problem likely appeared because pid (process id)
  numbers can be larger nowadays. Verified using valgrind that this
  fix works. See https://bugzilla.redhat.com/show_bug.cgi?id=2145238
  where the bug was reported for the Fedora ergo package.