@dralley commented on this pull request.


> +## Lead Format
+
+The Lead is stored as a C structure:
+
+```
+struct rpmlead {
+    unsigned char magic[4];
+    unsigned char major, minor;
+    short type;
+    short archnum;
+    char name[66];
+    short osnum;
+    short signature_type;
+    char reserved[16];
+};
+```

Should endian-ness be discussed here?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2861#pullrequestreview-1834624461
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/2861/review/1834624...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to