unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 97c7c8076c343f6e148e2de98c77735f1a8eff45 107 bytes (raw)
name: strnduptest.c 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 
#include <string.h>

int main()
{
  char *d;
  const char *s = "";
  size_t n = 0;

  d = strndup(s, n);
}

debug log:

solving 97c7c80 ...
found 97c7c80 in https://yhetil.org/notmuch/1259000055-15068-1-git-send-email-jeff@ocjtech.us/

applying [1/1] https://yhetil.org/notmuch/1259000055-15068-1-git-send-email-jeff@ocjtech.us/
diff --git a/strnduptest.c b/strnduptest.c
new file mode 100644
index 0000000..97c7c80

Checking patch strnduptest.c...
Applied patch strnduptest.c cleanly.

index at:
100644 97c7c8076c343f6e148e2de98c77735f1a8eff45	strnduptest.c

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).