MilanKosticKIT / BetriebssystemeUebung

The filesystem project for our class.
1 stars 2 forks source link

DMap // Behavior of dmap.clear(uint16_t clearAddress) with an invalid address #36

Closed MilanKosticKIT closed 5 years ago

MilanKosticKIT commented 5 years ago

How should dmap.cleat(unnit16_t clearAddress) handle a call with an address that is:

HannesIlly commented 5 years ago

Da wir uint16_t benutzen kann der gegebene Wert nicht negativ sein und ebenfalls nicht unseren Wertebereich überschreiten.