Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Missing blank line caused list not be recognized.

Although '*' (star) would be working for markdown list, convert it to
'-' (dash) because other lists on the page use it.

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
  • Loading branch information
pevik authored and rofl0r committed Nov 18, 2024
1 parent db6d000 commit c80d731
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions functional-differences-from-glibc.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,10 +361,11 @@ difference prevented the use of larger packets produced by protocols such as
DNSSEC and DKIM.

musl also does not implement the following glibc bugs:
* When the `hints` parameter for `getaddrinfo` is unset, glibc sets the

- When the `hints` parameter for `getaddrinfo` is unset, glibc sets the
`ai_protocol` field, which is
[non-complaint](https://github.com/libuv/libuv/issues/2225#issuecomment-765808228).
* When `getaddrinfo` is called with `AF_UNSPEC`, glibc returns a result
- When `getaddrinfo` is called with `AF_UNSPEC`, glibc returns a result
even if one of the address families returns `ServFail`. This is a bug
(glibc #27929) and may undermine DNSSEC.

Expand Down

0 comments on commit c80d731

Please sign in to comment.