Commit graph

43 commits

Author SHA1 Message Date
01a093de40 Merge #27 Fix accidental formatting in monospaced text 2025-03-25 14:40:45 +00:00
Frank Dana (FeRD)
d757c495c4 Revision History:Fix formatting
- Blank line required after headings
- Missing bullet on first change item
2025-03-24 14:03:08 +00:00
Jared Kangas
a46127f8a9 Fix accidental formatting in monospaced text
Monospaced text in AsciiDoc can contain italics, bold, and other
formatted text. Using `+text+` instead of `text` makes the wrapped text
treated as literal monospace text, resolving this issue. [1] Use this
construct when double underscores are present in monospaced text to
avoid accidental formatting.

[1]: https://docs.asciidoctor.org/asciidoc/latest/text/literal-monospace
2024-09-06 14:40:03 -07:00
Riccardo Schirone
5c5f165d92 Notify about mixing VLA and alloca 2022-02-11 13:31:16 +01:00
Riccardo Schirone
34c100361b Do not use alloca inside a loop 2022-02-11 13:31:15 +01:00
Judy Kelly
6ec3941773 Update modules/ROOT/pages/programming-languages/Go.adoc
fix link
2022-02-11 11:48:25 +00:00
Judy Kelly
b3795f9f72 Update modules/ROOT/pages/programming-languages/Go.adoc
rfc/remove markdown from code block
2022-02-11 11:40:24 +00:00
Judy Kelly
187fffcf68 Update modules/ROOT/pages/programming-languages/Go.adoc
rfc add Good Practices for Securing Go
2022-02-10 18:44:13 +00:00
Riccardo Schirone
8b7c607f1b Update modules/ROOT/pages/programming-languages/C.adoc
Reserve a special section for memory leaks and automatic memory management.
2022-01-31 11:42:24 +00:00
Huzaifa Sidhpurwala
001b97fc3c Merge #18 Update modules/ROOT/pages/programming-languages/Shell.adoc 2022-01-26 04:10:29 +00:00
Eduard Lucena
b5f3c73495 Updating MySQL trademark notice 2022-01-25 16:58:29 -03:00
Thibault Guittet
8e190620db Update modules/ROOT/pages/programming-languages/Shell.adoc
Fix typo and add `PIPESTATUS` for checking return values of commands executed within pipes.
2022-01-25 16:24:46 +00:00
Petr Bokoc
0c15018e17 Remove master-docinfo 2022-01-13 23:31:06 +01:00
Petr Bokoc
e96cdd547e Fix xrefs, flatten structure, add ToCs & proper includes everywhere 2022-01-13 21:49:39 +01:00
Petr Bokoc
6bb2770bc9 Remove old POTs 2022-01-13 21:11:32 +01:00
Petr Bokoc
f531cc17b8 Fix publication year 2022-01-13 20:43:09 +01:00
Petr Bokoc
531ddf0721 Update structure for partials and examples 2022-01-13 20:42:40 +01:00
Petr Bokoc
b1b3d6a960 Update Fedora logo 2022-01-13 20:42:15 +01:00
Huzaifa Sidhpurwala
3cc4533ad1 more broken link fixes 2021-09-22 10:16:00 +05:30
Huzaifa Sidhpurwala
b14c0857dc some more cosmetic changes 2021-09-21 10:21:10 +05:30
Huzaifa Sidhpurwala
b6f256227a clean up de-serialize 2021-09-21 09:20:21 +05:30
Huzaifa Sidhpurwala
ced01f0bea fix first set of broken links 2021-09-21 09:07:13 +05:30
Huzaifa Sidhpurwala
0ae85f9459 fix nikos email 2021-09-21 08:03:39 +05:30
Huzaifa Sidhpurwala
5656f30afb fix authors 2021-09-21 07:56:09 +05:30
Huzaifa Sidhpurwala
9e7cb706da update copyright year 2021-09-20 16:09:56 +05:30
Huzaifa Sidhpurwala
d5f50b7cc1 add my name 2021-09-18 11:34:17 +05:30
Huzaifa Sidhpurwala
1b86810534 slight format adjustment 2021-09-18 11:11:11 +05:30
Huzaifa Sidhpurwala
2c272e2e5d bump version number 2021-09-18 11:03:29 +05:30
Huzaifa Sidhpurwala
2620802c9f some more C-lib specific advice 2021-09-18 11:00:46 +05:30
Huzaifa Sidhpurwala
bce3587ece correct formatting 2021-09-18 10:50:43 +05:30
Huzaifa Sidhpurwala
f378dc0a3d Add some C library specific stuff 2021-09-18 10:42:48 +05:30
Huzaifa Sidhpurwala
e636eb661e revison chanages 2020-10-26 16:21:53 +05:30
Daiki Ueno
0a66cc3273 Fix typo introduced by the previous typo fix
The previous fix changed "expection" to "exception", but in this
context, "expectation" is expected.

Signed-off-by: Daiki Ueno <dueno@redhat.com>
2020-10-13 13:10:01 +02:00
Daiki Ueno
3a1876bdaf C-Allocators: Mention realloc behavior if size is zero
Signed-off-by: Daiki Ueno <dueno@redhat.com>
2020-10-13 10:16:43 +00:00
Daiki Ueno
c253c7d93e C-Allocators: Mention cleanup attribute
Signed-off-by: Daiki Ueno <dueno@redhat.com>
2020-10-13 10:16:43 +00:00
Daiki Ueno
e6baf3d2fb C-Allocators: Mention reallocarray for safe array allocation
Signed-off-by: Daiki Ueno <dueno@redhat.com>
2020-10-13 10:16:43 +00:00
Daiki Ueno
db0dec1229 Fix typos spotted by codespell
Signed-off-by: Daiki Ueno <dueno@redhat.com>
2020-10-13 09:50:57 +02:00
Nick Tait
ec4cb12b6e Update cryptographic recommendations for Python
Signed-off-by: Nick Tait <ntait@redhat.com>
2020-07-04 15:34:57 -06:00
Huzaifa Sidhpurwala
1d85c0bf09 Merge #11 Add information about removing sensitive information from memory 2020-06-15 05:14:59 +00:00
Huzaifa Sidhpurwala
36db32ad5a Add information about removing sensitive information from memory
Signed-off-by: Huzaifa Sidhpurwala <huzaifas@redhat.com>
2020-06-14 11:06:50 +05:30
Wade Mealing
e3718be004 Add section on the misuse of macros. 2020-06-08 18:15:11 +10:00
Petr Bokoc
4d7432da07 Fix build errors caused by malformed includes 2020-03-17 23:25:21 +01:00
Brian (bex) Exelbierd
f7cf94cd4c first pass at an Antora conversion 2018-09-20 11:51:33 +02:00