82marbag

Results 13 issues of 82marbag

Hi. The query `while (_) ;` (as of [13a332f](https://github.com/googleprojectzero/weggli/commit/13a332f6d9158a2b7fbc9e8542d7d41c82fd2c9f)) matches both `while (1) printf("");` and `while (1) ;`. The goal here is to find loops with an empty body. Is...

**Is your feature request related to a problem? Please describe.** Certain memory regions should not be cached or require specific caching strategies. An example is vga. **Describe the solution you'd...

feature
Priority: 3

Implement an API to find the frame corresponding to a virtual address. Additionally, update the frame flags' `mapped` field to be set when a mapping is created.

improvement
devel

**Describe the solution you'd like** The request is to add support for discovering and mapping PCI devices, with an API to get their metadata and map through MMIO. **Describe alternatives...

feature
Priority: 2

**Is your feature request related to a problem? Please describe.** Grub is multi purpose; it works now, but may not always provide the features we need with a custom bootloader....

feature
Priority: 5

*Issue #, if available:* #1398 *Description of changes:* Add a test to validate the body must be empty and the content-type not set when the input is modeled with only...

A content-type must not be set and the body empty when there is no modeled input. Is it the same when the input is modeled with only members with `@httpHeader`...

The response content type for payload blobs without `@mediaType` should be any (always allowed). This is not documented and not supported at the moment in https://github.com/awslabs/smithy/blob/df456a514f72f4e35f0fb07c7e26006ff03b2071/smithy-model/src/main/java/software/amazon/smithy/model/knowledge/HttpBindingIndex.java#L352-L384

documentation

Hi, nowhere in the docs it is documented to use `application/vnd.amazon.eventstream` for event streams's content type.

documentation

Some smithy clients and servers, such as in [Typescript](https://github.com/awslabs/smithy-typescript/blob/ac8fb3f406807bfd14a8f7be8d938377bde36189/smithy-typescript-ssdk-libs/server-common/src/accept.ts#L20), allow the Accept header to reflect HTTP's spec, by allowing `*/*` and `type/*`. The smithy spec allows neither of them. After...

documentation