Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37432252
en ru br
ALT Linux repos
S:6.6.4-alt1
5.0: 6.4-alt0.5
4.1: 6.4-alt0.5
4.0: 6.4-alt0.4
3.0: 6.3.5-alt5

Other repositories
Upstream:6.3.2

Group :: Monitoring
RPM: acct

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: acct-rh-ub.patch
Download


--- acct/file_rd.c
+++ acct/file_rd.c
@@ -118,6 +118,10 @@ char *file_reader_get_entry(struct file_rd_info *fri)
                               ? max_recs
                               : fri->buffered_records);
 
+              /* Prevent UB when incomplete record appears */
+              if (recs_to_read==0)
+                goto no_more_records;
+
               /* Move back in the file */
 
               (void)fseek(fri->fp, -fri->record_size * recs_to_read,
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin