Merge branch 'ps/no-writable-strings' into jk/imap-send-plug-all-msgs-leak
commit79864519637f58c79d15ec5b49272c0580201af3
authorJunio C Hamano <gitster@pobox.com>
Fri, 7 Jun 2024 17:32:02 +0000 (7 10:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 7 Jun 2024 17:32:02 +0000 (7 10:32 -0700)
tree071f437da1041a6000dbdcaeac68463958ffc9c1
parent6c5be97e4eee040a2d5303e5650fa7cc8a37dbd8
parentd66fe0726bfb3fb1e3665f7e64b160440007d98e
Merge branch 'ps/no-writable-strings' into jk/imap-send-plug-all-msgs-leak

* ps/no-writable-strings: (46 commits)
  config.mak.dev: enable `-Wwrite-strings` warning
  builtin/merge: always store allocated strings in `pull_twohead`
  builtin/rebase: always store allocated string in `options.strategy`
  builtin/rebase: do not assign default backend to non-constant field
  imap-send: fix leaking memory in `imap_server_conf`
  imap-send: drop global `imap_server_conf` variable
  mailmap: always store allocated strings in mailmap blob
  revision: always store allocated strings in output encoding
  remote-curl: avoid assigning string constant to non-const variable
  send-pack: always allocate receive status
  parse-options: cast long name for OPTION_ALIAS
  http: do not assign string constant to non-const field
  compat/win32: fix const-correctness with string constants
  pretty: add casts for decoration option pointers
  object-file: make `buf` parameter of `index_mem()` a constant
  object-file: mark cached object buffers as const
  ident: add casts for fallback name and GECOS
  entry: refactor how we remove items for delayed checkouts
  line-log: always allocate the output prefix
  line-log: stop assigning string constant to file parent buffer
  ...
19 files changed:
attr.c
builtin/blame.c
builtin/clone.c
builtin/fetch.c
builtin/remote.c
builtin/repack.c
builtin/worktree.c
object-file.c
refs.c
refs.h
refs/reftable-backend.c
reftable/merged_test.c
reftable/readwrite_test.c
reftable/stack.c
reftable/stack_test.c
remote-curl.c
remote.c
setup.c
upload-pack.c