1
0
Fork 0

get rid of categories and add more tags

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2023-10-26 11:53:38 +02:00
parent 575eac4fe0
commit 5ebee61159
20 changed files with 39 additions and 29 deletions

View file

@ -2,8 +2,7 @@
title = "Rust - Static PIE and ASLR for the x86_64-unknown-linux-musl Target"
date = 2020-06-23
[taxonomies]
tags = ["rust", "musl"]
categories = ["programming"]
tags = ["rust", "musl", "programming"]
+++
With current rust nightly the default binary output of the `x86_64-unknown-linux-musl` target is a
@ -51,4 +50,4 @@ main = 0x7f7310574008
$ ./hello
main = 0x7fb552b0c008
```
```