Page MenuHomeFreeBSD

usr.sbin/sendmail: build warnings fixed
Needs ReviewPublic

Authored by aprieger_llnw.com on May 31 2017, 4:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 20, 12:19 AM
Unknown Object (File)
Sun, Apr 14, 2:07 AM
Unknown Object (File)
Feb 21 2024, 6:51 PM
Unknown Object (File)
Dec 30 2023, 3:08 PM
Unknown Object (File)
Dec 20 2023, 12:51 AM
Unknown Object (File)
Nov 18 2023, 9:08 AM
Unknown Object (File)
Nov 18 2023, 4:54 AM
Unknown Object (File)
Jul 27 2023, 11:37 AM
Subscribers
None

Details

Summary

usr.sbin/sendmail: warning fixes via edits to the C code files

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

aprieger_llnw.com retitled this revision from Sendmail: warning fixed to Sendmail: Warnings fixed.

Changelog:

  1. contrib/sendmail/src/envelope.c
    • Warnings
      • warning: format not a string literal and no format arguments [-Wformat-security]
    • Fixes:
      • Add the modifier "$s" to the "message( )" functions calls at line 221
  2. contrib/sendmail/src/parseaddr.c
    • Warnings:
      • warning: format not a string literal and no format arguments [-Wformat-security]
    • Fixes:
      • Add the modifier "$s" to the "message( )" functions calls at lines 326 & 423
  3. contrib/sendmail/src/srvrsmtp.c
    • Warnings:
      • warning: format not a string literal and no format arguments [-Wformat-security]
    • Fixes:
      • Add the modifier "$s" to the "usrerr( )" functions calls at lines 581, 587. 1852, 2455, 3662 & 3782
      • Add the modifier "$s" to the "message( )" functions calls at line 934
aprieger_llnw.com retitled this revision from Sendmail: Warnings fixed to usr.sbin/sendmail: warnings fixed.May 31 2017, 4:41 PM
aprieger_llnw.com edited the summary of this revision. (Show Details)
aprieger_llnw.com retitled this revision from usr.sbin/sendmail: warnings fixed to usr.sbin/sendmail: build warnings fixed.
aprieger_llnw.com set the repository for this revision to rS FreeBSD src repository - subversion.