https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229641

--- Comment #7 from commit-h...@freebsd.org ---
A commit references this bug:

Author: pfg
Date: Tue Aug  7 23:03:51 UTC 2018
New revision: 337440
URL: https://svnweb.freebsd.org/changeset/base/337440

Log:
  Fix printf(1) ignores width and precision in %b format.

  The precision with behavior is "unspecified" by POSIX (as of 2018), but
  most implementations seem to have taken it to be treated the same as for
  "s"; applied after the unescaping.
  Adopt the same treatment on our printf.

  PR:   229641
  Submitted by: Garrett D'Amore (illumos)

Changes:
  head/usr.bin/printf/printf.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to